home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TeX 1995 July
/
TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO
/
macros
/
latex209
/
contrib
/
rcs
/
src
/
Makefile
< prev
next >
Wrap
Makefile
|
1993-11-02
|
706b
|
41 lines
# $Id: Makefile,v 1.4 1993/11/03 20:14:05 schrod Exp $
#----------------------------------------------------------------------
SHELL=/usr/local/bin/bash
.SUFFIXES: .doc .sty
.doc.sty:
doc2tex $*.doc $*.sty
all:: rcs.sty
dvi::
latex rcs.doc
latex rcs-user
latex rcs-conf
# management tasks
setup::
test -d style || ln -s ../style .
export::
@if [ -L ../rcs.sty ] ; \
then echo Cannot make export after setup was made. >&2 ; \
exit 1 ; \
fi
ln -s /common/tex+mf/tex/latex/{progltx,alltt,fullpage}.sty .
ln -s /common/tex+mf/tex/inputs/logos.sty .
ln -s /users/schrod/tex/macros/a4-9.sty .
$(MAKE) all
$(MAKE) dvi
latex rcs.doc
mv rcs.sty rcs-user.dvi ..
rm -f *.aux *.log